home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / Documentary Synchronicity ƒ / Interface ƒ / Support ƒ / ProcessInfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-11  |  373 b   |  18 lines  |  [TEXT/KAHL]

  1. #ifndef __PROCESSINFO__
  2. #define __PROCESSINFO__
  3.  
  4. #ifndef __PROCESSES__
  5. #include <Processes.h>
  6. #endif
  7.  
  8. #ifndef __TYPES__
  9. #include <Types.h>
  10. #endif
  11.  
  12. pascal OSErr InBackground(Boolean *inBackground);
  13. pascal OSType GetSignature(void);
  14. pascal OSErr GetProcessName(Str31 aName);
  15. pascal OSErr FindFinder(ProcessSerialNumberPtr aPSN);
  16. pascal OSErr BringFinderToFront(void);
  17.  
  18. #endif